ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _PlotListLayoutView<TOwnerView,TDefinition> Class / plots Property

In This Topic
    plots Property (_PlotListLayoutView<TOwnerView,TDefinition>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property plots As List(Of IPlotModel)
    public List<IPlotModel> plots {get;}
    See Also